home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / slice_array < prev    next >
Text File  |  2001-04-06  |  356b  |  15 lines

  1. SYNOPSIS
  2.         mixed *slice_array(mixed *array, int from, int to)
  3.  
  4. DESCRIPTION
  5.         Returns an array that is a slice of the array <arr> from the
  6.         index <from> to the index <to>.
  7.  
  8.         This is the old notation for arr[from..to] and supported
  9.         only for hysterical raisins.
  10.  
  11.         DO NOT USE THIS EFUN ANYMORE.
  12.  
  13. SEE ALSO
  14.         [](E)
  15.